Autogenerated HTML docs for v1.7.3.2-451-g1c2ab 
diff --git a/git-revert.txt b/git-revert.txt index f40984d..752fc88 100644 --- a/git-revert.txt +++ b/git-revert.txt 
@@ -87,7 +87,7 @@ 	Revert the changes specified by the fourth last commit in HEAD 	and create a new commit with the reverted changes.   -git revert -n master\~5..master~2:: +git revert -n master{tilde}5..master{tilde}2::   	Revert the changes done by commits from the fifth last commit 	in master (included) to the third last commit in master